I fear to be opening a can of worms, but it does seem like
something the system theme should deal with.
https://bugzilla.gnome.org/show_bug.cgi?id=731463
color: $fg_color;
}
}
- &:last-child .button { border-right-style: none; }
+ &:last-child .button,
+ &:last-child.button { //treeview-like derived widgets in Banshee and Evolution
+ border-right-style: none;
+ }
}
%column_header_button {
box-shadow: none; }
column-header .button:active {
color: #eeeeec; }
-column-header:last-child .button {
+column-header:last-child .button, column-header:last-child.button {
border-right-style: none; }
column-header .button, column-header .button:hover, column-header .button:active {
box-shadow: none; }
column-header .button:active {
color: #2e3436; }
-column-header:last-child .button {
+column-header:last-child .button, column-header:last-child.button {
border-right-style: none; }
column-header .button, column-header .button:hover, column-header .button:active {